Add ApiDemos to the test build, and cts-permission2 tests to test_defs.xml. This should enable the ApiDemos sample tests to run continuously again.
diff --git a/testrunner/test_defs.xml b/testrunner/test_defs.xml index 9cb780d..08fe0e8 100644 --- a/testrunner/test_defs.xml +++ b/testrunner/test_defs.xml
@@ -185,6 +185,14 @@ continuous="true" cts="true" /> +<test name="cts-permission2" + build_path="cts/tests/tests/permission2" + package="com.android.cts.permission2" + runner="android.test.InstrumentationTestRunner" + coverage_target="framework" + continuous="true" + cts="true" /> + <test name="cts-process" build_path="cts/tests" package="com.android.cts.process"